aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog22
1 files changed, 13 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a7b7f7..68c7273 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-23 Deepak Bhole <[email protected]>
+
+ * ChangeLog: Converted spaces to tabs in an older entry
+
2012-05-23 Jiri Vanek <[email protected]>
* netx/net/sourceforge/jnlp/resources/Messages.properties: fixed error
@@ -44,15 +48,15 @@
2012-05-22 Adam Domurad <[email protected]>
- 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/IcedTeaPluginUtils.cc: Same as above.
+ 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/IcedTeaPluginUtils.cc: Same as above.
2012-05-22 Jiri Vanek <[email protected]>