aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeepak Bhole <[email protected]>2012-05-23 12:06:03 -0400
committerDeepak Bhole <[email protected]>2012-05-23 12:06:03 -0400
commit8a3062dcdeba64c6b61c2c5562b08f4e65bb1327 (patch)
treeb074c2c1c612361deb27360c47b94e37c8051c4d
parent7f1846ea0420d64fb489414a416c5ad56f962f5c (diff)
ChangeLog: Converted spaces to tabs in an older entry
-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]>