Compilation error: stray ‘\302’ in program etc

后端 未结 13 2167
眼角桃花
眼角桃花 2020-12-01 14:03

I am having problem compiling the followed exploit code:

http://downloads.securityfocus.com/vulnerabilities/exploits/59846-1.c

I am using: \"gcc file.c\" and

13条回答
  •  天命终不由人
    2020-12-01 14:18

    Whenever compiler found special character .. it gives these king of compile error .... what error i found is as following

    error: stray '\302' in program and error: stray '\240' in program

    ....

    Some piece of code i copied from chatting messanger. In messanger it was special character only.. after copiying into vim editor it changed to correct character only. But compiler was giving above error .. then .. that stamenet i wrote mannualy after .. it got resolve.. :)

提交回复
热议问题