[Bug binutils/30282] risc-v: objdump is really slow

2023-06-12 Thread kito at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30282

Kito Cheng  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||kito at gcc dot gnu.org
 Status|NEW |RESOLVED

--- Comment #3 from Kito Cheng  ---
Should be resolved by my patch :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Issue 57055 in oss-fuzz: binutils:fuzz_as: Direct-leak in xmalloc

2023-06-12 Thread sheriffbot via monorail
Updates:
Labels: -deadline-approaching -restrict-view-commit Deadline-Exceeded

Comment #3 on issue 57055 by sheriffbot: binutils:fuzz_as: Direct-leak in 
xmalloc
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57055#c3

This bug has exceeded our disclosure deadline. It has been opened to the public.

- Your friendly Sheriffbot

-- 
You received this message because:
  1. You were specifically CC'd on the issue

You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings

Reply to this email to add a comment.

[Bug binutils/30496] Add support for PE IMAGE_SCN_MEM_16BIT section characteristic

2023-06-12 Thread pali at kernel dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30496

--- Comment #1 from Pali Rohár  ---
I have tested that DUMPBIN.EXE recognize IMAGE_SCN_MEM_16BIT also for other
non-x86 platforms: IMAGE_FILE_MACHINE_MIPS16 (0x266),
IMAGE_FILE_MACHINE_MIPSFPU16 (0x466) (where section is 16-bit) and in
IMAGE_FILE_MACHINE_THUMB (0x1c2) where section is in Thumb/Thumb2 ISA (also
when in section are 4-byte thumb instructions) as opposite of the ARM ISA.

So it looks like that IMAGE_SCN_MEM_16BIT can be used for any architecture
where something like 16-bit / 2-byte flag has some meaning.

-- 
You are receiving this mail because:
You are on the CC list for the bug.