| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Size of uid depends on sizeof(int) | Karel Klic | 2009-11-12 | 1 | -2/+2 |
| | | |||||
| * | pyhook-helper: uid taken from system instead of command line | Karel Klic | 2009-11-11 | 1 | -8/+6 |
| | | |||||
| * | small fix: forgot to terminate longopts[] | Denys Vlasenko | 2009-10-31 | 1 | -0/+1 |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | fix segfault on "abrt-pyhook-helper -p X </dev/null" (use of uninitialized ↵ | Denys Vlasenko | 2009-10-31 | 1 | -71/+61 |
| | | | | | | | | | | | | | variiable) Converted to getopt (argp_parse is a GNUism), it's smaller now: text data bss dec hex filename 6461 1364 64 7889 1ed1 old/abrt-pyhook-helper 6579 876 128 7583 1d9f new/abrt-pyhook-helper Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | fix a bug where after realloc we may scribble over uninitialized memory | Denys Vlasenko | 2009-10-31 | 1 | -32/+15 |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | src/CLI/*: fix an unterminated argv + simplifications | Denys Vlasenko | 2009-10-31 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | The fix is: - const char *args[6]; - args[0] = editor; - args[1] = path; + char *args[3]; + args[0] = (char*)editor; + args[1] = (char*)path; + args[2] = NULL; run_command(args); Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | Python backtrace size limited to 1 MB | Karel Klic | 2009-10-30 | 1 | -3/+9 |
| | | |||||
| * | fixes based on review by Denys | Karel Klic | 2009-10-30 | 1 | -19/+23 |
| | | |||||
| * | Initial implementation of abrt-pyhook-helper | Karel Klic | 2009-10-22 | 1 | -0/+138 |
