aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Domurad <[email protected]>2012-05-24 10:28:47 -0400
committerAdam Domurad <[email protected]>2012-05-24 10:28:47 -0400
commit6cffa7fa888d5a4b4c30158285d09b564661d851 (patch)
treef5e007d2e112d873171bff386d9986e9177e4af0
parentabd6a8f345e0aab7b08d0a9e3518ce3701043d90 (diff)
Finished commit rollbacks.
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c9e6f76..10694fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]>