catdoc icon indicating copy to clipboard operation
catdoc copied to clipboard

Command-line utility for converting Microsoft Word documents to text

Results 10 catdoc issues
Sort by recently updated
recently updated
newest added

## Brief Summary Hello, I was testing my fuzzer and found a null pointer dereference bug in catdoc. A null pointer dereference in function find_file will be triggered when parsing...

There's an buffer overflow found during fuzzing. ASAN output: ==32764==ERROR: AddressSanitizer: global-buffer-overflow on address 0x08071990 at pc 0x08050bc2 bp 0xbf86a2c8 sp 0xbf86a2b8 READ of size 1 at 0x08071990 thread T0...

There's an buffer overflow found during fuzzing. ASAN output: john@fuzzing:~/catdoc/out/crashes$ catdoc id:000001,sig:06,src:000001,op:flip1,pos:50 ==4172==ERROR: AddressSanitizer: heap-buffer-overflow on address 0xb5f01618 at pc 0x0805f499 bp 0xbfbb1c68 sp 0xbfbb1c58 READ of size 1 at...

- ก is a THAI ko kai character. - in source.xls file have only ก character when this file is convert into CSV file the ก character is replaced by...

I'm working on [the beginnings of a pure-javascript catdoc](https://github.com/konsumer/jsdoctext), based on this project. As I look at this code (which is totally excellent, by the way) I keep thinking that...

This code crashes with clang 3.4.1+, most likely due to arithmetics to null pointer, which is undefined behavior. I've fixed two apparent cases, there may be more. PS. I'll be...

When the program input contains the option of "-b" , the program will cause global buffer overflow error. Test Environment Ubuntu 20.04, 64 bit catdoc (version: 0.95; ) How to...

The command below may cause a global buffer overflow error when running catdoc catdoc / /-v -wbawdd Test Environment Ubuntu 20.04, 64 bit catdoc (version: 0.95; ) How to trigger...