[groff] 01/01: Fix many malloc/new vs. free/delete/delete[] mismatches (#47164)

2016-02-15 Thread Werner LEMBERG
wl pushed a commit to branch master in repository groff. commit 165ca30005f7e62d52e09cb4cff8ee227072151c Author: Bálint Réczey Date: Tue Feb 16 08:49:34 2016 +0100 Fix many malloc/new vs. free/delete/delete[] mismatches (#47164) * src/devices/grops/ps.cpp

[groff] 01/01: Use `malloc' in `strsave'; use `free' for returned pointers (#47164).

2016-02-15 Thread Werner LEMBERG
wl pushed a commit to branch master in repository groff. commit 5ee77445e5335ac3ffc19989a3f5c7e8e1bb386e Author: Bálint Réczey Date: Tue Feb 16 00:40:53 2016 +0100 Use `malloc' in `strsave'; use `free' for returned pointers (#47164). *

[groff] 01/01: Simplify memory allocation (#47162).

2016-02-15 Thread Werner LEMBERG
wl pushed a commit to branch master in repository groff. commit b780e9e8724322831e89d49773c1735cb5f94a38 Author: Bálint Réczey Date: Tue Feb 16 00:34:24 2016 +0100 Simplify memory allocation (#47162). Many invalid memory accesses were caught by UBSAN

[groff] 01/01: [pre-grohtml] Fix out-of-bounds array access (#47161).

2016-02-15 Thread Werner LEMBERG
wl pushed a commit to branch master in repository groff. commit 09040dbf908c2563e0d918a1dca7bb564226a0f8 Author: Bálint Réczey Date: Tue Feb 16 00:16:28 2016 +0100 [pre-grohtml] Fix out-of-bounds array access (#47161). * src/preproc/html/pre-html.cpp

[groff] 01/01: Don't use `memcpy' with NULL input or output argument (#47160).

2016-02-15 Thread Werner LEMBERG
wl pushed a commit to branch master in repository groff. commit dd9d0787a367404fa2a69234a98e7980236b60f4 Author: Bálint Réczey Date: Mon Feb 15 23:55:37 2016 +0100 Don't use `memcpy' with NULL input or output argument (#47160). *