diff options
author | Adam Domurad <[email protected]> | 2012-05-24 10:28:47 -0400 |
---|---|---|
committer | Adam Domurad <[email protected]> | 2012-05-24 10:28:47 -0400 |
commit | 6cffa7fa888d5a4b4c30158285d09b564661d851 (patch) | |
tree | f5e007d2e112d873171bff386d9986e9177e4af0 | |
parent | abd6a8f345e0aab7b08d0a9e3518ce3701043d90 (diff) |
Finished commit rollbacks.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -58,14 +58,14 @@ 2012-05-22 Adam Domurad <[email protected]> - Changed allocation of small, fixed-size buffers to stack-based + Changed allocation of small, fixed-size buffers to stack-based allocations. Changed occurences of sprintf to the safer function snprintf, added buffer information. While unlikely to change functionality, snprintf adds an extra check to prevent buffer overflows. - * plugin/icedteanp/IcedTeaNPPlugin.cc: Allocation of small buffers - using malloc changed to stack allocation & changed sprintf calls to - buffer-size aware snprintf calls. + * plugin/icedteanp/IcedTeaNPPlugin.cc: Allocation of small buffers + using malloc changed to stack allocation & changed sprintf calls to + buffer-size aware snprintf calls. * plugin/icedteanp/IcedTeaPluginUtils.cc: Same as above. 2012-05-22 Jiri Vanek <[email protected]> |