#377 closed defect (invalid)
gcc-3.1 memset bug fix
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | Book | Version: | CVS |
| Severity: | normal | Keywords: | |
| Cc: |
Description
There is a patch available at the above URL that fixes a bug with memset. The bug manifests itself in a an optimized (-O) mozilla version (the caret/cursor location does not change). The patch should be applied in Chapter 6 and preferably in Chapter 5.
Attaching the patch.
Attachments (1)
Change History (5)
by , 23 years ago
| Attachment: | gcc-3.1-memset.patch added |
|---|
comment:1 by , 23 years ago
| Priority: | normal → highest |
|---|
comment:2 by , 23 years ago
| Severity: | major → normal |
|---|
comment:4 by , 23 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
this is obselete since gcc-3.1.1 and as LFS-4.0 will be gcc-3.2 based, it's invalid now.
Note:
See TracTickets
for help on using tickets.

Patch to fix memset bug