[Bug gold/23765] Malformed ELF header causes Out of Bounds read

2022-06-27 Thread pgowda.cve at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23765

--- Comment #12 from pgowda  ---
@Nick

Thanks very much for committing the patch.

Pgowda

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


[Bug gold/23765] Malformed ELF header causes Out of Bounds read

2022-06-27 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23765

--- Comment #11 from Nick Clifton  ---
Hi Pgowda,

> https://sourceware.org/bugzilla/show_bug.cgi?id=23765

> Can you please commit the patch as its approved.
> It would help us pick the committed sources.

Done.

Sorry about that - I missed Ian's approval of the patch and just,
well, forgot about it!  Doh.

Cheers
   Nick

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


[Bug gold/23765] Malformed ELF header causes Out of Bounds read

2022-06-27 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23765

Nick Clifton  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #10 from Nick Clifton  ---
Patch applied.

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


[Bug gold/23765] Malformed ELF header causes Out of Bounds read

2022-06-27 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23765

--- Comment #9 from cvs-commit at gcc dot gnu.org  ---
The master branch has been updated by Nick Clifton :

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2a4fc266dbf77ed7ab83da16468e9ba627b8bc2d

commit 2a4fc266dbf77ed7ab83da16468e9ba627b8bc2d
Author: Nick Clifton 
Date:   Mon Jun 27 13:07:40 2022 +0100

Have gold's File_read::do_read() function check the start parameter

PR 23765
* fileread.cc (File_read::do_read): Check start parameter before
computing number of bytes to read.

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


[Bug gold/23765] Malformed ELF header causes Out of Bounds read

2022-06-27 Thread pgowda.cve at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23765

--- Comment #8 from pgowda  ---
Hi @Nick

Can you please commit the patch as its approved.
It would help us pick the committed sources.

Thanks,
Pgowda

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


[Bug gold/23765] Malformed ELF header causes Out of Bounds read

2022-04-18 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23765

--- Comment #7 from Ian Lance Taylor  ---
The patch in comment #1 is fine.  Nick, go ahead and commit.  Thanks.

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


[Bug gold/23765] Malformed ELF header causes Out of Bounds read

2022-04-18 Thread pgowda.cve at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23765

--- Comment #6 from pgowda  ---
Hi @Ian @Cary,

Can you please let us know whether this patch will be committed?

Thanks,
Pgowda

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


[Bug gold/23765] Malformed ELF header causes Out of Bounds read

2022-04-18 Thread pgowda.cve at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23765

pgowda  changed:

   What|Removed |Added

 CC||pgowda.cve at gmail dot com

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


[Bug gold/23765] Malformed ELF header causes Out of Bounds read

2021-02-22 Thread rwmacleod at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23765

Randy Macleod  changed:

   What|Removed |Added

 CC||ccoutant at gmail dot com

--- Comment #5 from Randy Macleod  ---

The simple patch that calls gold_fatal() on:
   if (((ssize_t) start) < 0)
has been on the list since Feb 2020. Not a big deal but distro maintainers like
moi would like to close CVEs without carrying local commits where possible...

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


[Bug gold/23765] Malformed ELF header causes Out of Bounds read

2020-02-23 Thread lokeshjanghel91 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23765

Lokesh Janghel  changed:

   What|Removed |Added

 CC||iant at google dot com

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


[Bug gold/23765] Malformed ELF header causes Out of Bounds read

2020-02-21 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23765

--- Comment #4 from Nick Clifton  ---
(In reply to Lokesh Janghel from comment #3)

> Please let me know is it ok to go with this.

Sorry - I am not a maintainer for gold.  You will need to ping Ian 
 and/or Cary  .

Cheers
  Nick

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


[Bug gold/23765] Malformed ELF header causes Out of Bounds read

2020-02-21 Thread lokeshjanghel91 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23765

--- Comment #3 from Lokesh Janghel  ---
Hi Nick,
The proposed patch from your side seems to be ok.
I have verified for the error generated without segmentation fault on the
latest trunk sources.

Please let me know is it ok to go with this.

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


[Bug gold/23765] Malformed ELF header causes Out of Bounds read

2020-02-21 Thread lokeshjanghel91 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23765

Lokesh Janghel  changed:

   What|Removed |Added

 CC||lokeshjanghel91 at gmail dot 
com

--- Comment #2 from Lokesh Janghel  ---
Hi Nick,
The proposed patch from your side seems to be ok.
I have verified for the error generated without segmentation fault on the
latest trunk sources.

Please let me know is it ok to go with this.

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


[Bug gold/23765] Malformed ELF header causes Out of Bounds read

2019-08-06 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23765

Nick Clifton  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2019-08-06
 CC||nickc at redhat dot com
 Ever confirmed|0   |1

--- Comment #1 from Nick Clifton  ---
I have proposed a patch here:

https://www.sourceware.org/ml/binutils/2019-08/msg00022.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils