[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/19896] New: Segmentation fault on bad input
From: |
hjl.tools at gmail dot com |
Subject: |
[Bug gas/19896] New: Segmentation fault on bad input |
Date: |
Thu, 31 Mar 2016 21:30:33 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=19896
Bug ID: 19896
Summary: Segmentation fault on bad input
Product: binutils
Version: 2.27 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: hjl.tools at gmail dot com
Target Milestone: ---
Target: x86-64
address@hidden tmp]$ cat foo.s
.globl mempcpy
.type mempcpy,@function
mempcpy:
.cfi_startproc
jmp foo
.cfi_endproc
.size mempcpy,.-mempcpy
mempcpy = __mempcpy
.globl __GI_mempcpy
.set __GI_mempcpy,mempcpy
address@hidden tmp]$ as -o foo.o foo.s
foo.s: Assembler messages:
foo.s:8: Error: symbol `mempcpy' is already defined
Segmentation fault
address@hidden tmp]$
--
You are receiving this mail because:
You are on the CC list for the bug.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug gas/19896] New: Segmentation fault on bad input,
hjl.tools at gmail dot com <=