commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. e59f3c667db81b200991dfb264423d87820f


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. e59f3c667db81b200991dfb264423d87820f7f2d
Date: Tue, 14 Sep 2010 02:27:32 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".

The branch, master has been updated
       via  e59f3c667db81b200991dfb264423d87820f7f2d (commit)
       via  a7876db304a29c330eb1ad584933176939287fc8 (commit)
       via  d3a93bfdd33107dea491ffdf5e55b34eebae475a (commit)
      from  5d2cf1ea07ecd65f4c276e5b3cbd9e062d9361cf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e59f3c667db81b200991dfb264423d87820f7f2d
Author: Samuel Thibault <address@hidden>
Date:   Tue Sep 14 04:24:28 2010 +0200

    Protect exec from memory faults
    
    * exec/exec.c (load_section): Call i`hurd_safe_copyin' instead of `memcpy'.
    Handle error case.
    (check_gzip): Likewise.
    (check_bzip2): Likewise.

commit a7876db304a29c330eb1ad584933176939287fc8
Author: Samuel Thibault <address@hidden>
Date:   Tue Sep 14 04:17:24 2010 +0200

    Fix compressed binaries execution
    
    * exec/exec.c (check_gzip.zipread): Add `n' to `zipread_pos' to fix 
infinite loop.
    (check_bzip2.zipread): Likewise.
    (check_gzip): Set `file_data' and `file_size' fields after calling `finish'
    instead of before.
    (check_bzip2): Likewise.

commit d3a93bfdd33107dea491ffdf5e55b34eebae475a
Author: Samuel Thibault <address@hidden>
Date:   Tue Sep 14 04:15:17 2010 +0200

    Fix in-memory mapping
    
    * exec/exec.c (map): When e->file_data is not NULL, return it plus
    `posn'.
    (prepare_in_memory): Call prepare_stream to clear stream positions.

-----------------------------------------------------------------------

Summary of changes:
 exec/exec.c |   41 +++++++++++++++++++++++++++++------------
 1 files changed, 29 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]