bug-make
[Top][All Lists]
Advanced

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

[bug #33138] .PARLLELSYNC enhancement with patch


From: Frank Heckenbach
Subject: [bug #33138] .PARLLELSYNC enhancement with patch
Date: Mon, 08 Apr 2013 03:11:58 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.1.16) Gecko/20110701 Iceweasel/3.5.16 (like Firefox/3.5.16)

Follow-up Comment #11, bug #33138 (project make):

By a strange coincidence I just found a bug today:

pump_from_tmp_fd() would only copy one buffer (8k) full of data, because the
check "nleft <= 0" was after the loop which decremented nleft to 0 while
writing. Moving it before the loop fixes the bug (patch attached).

(file #27808)
    _______________________________________________________

Additional Item Attachment:

File name: make-sync-recursive-4.patch    Size:19 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33138>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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