FreeBSD Bugzilla – Attachment 13399 Details for
Bug 25535
unaligned access crash on stq
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 605 bytes, created by
User Raymond
on 2001-03-05 00:50:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
User Raymond
Created:
2001-03-05 00:50:03 UTC
Size:
605 bytes
patch
obsolete
>Index: trap.c >=================================================================== >RCS file: /home/ncvs/src/sys/alpha/alpha/trap.c,v >retrieving revision 1.26.2.2 >diff -u -r1.26.2.2 trap.c >--- trap.c 2000/05/24 14:20:57 1.26.2.2 >+++ trap.c 2001/03/05 16:04:23 >@@ -777,8 +777,9 @@ > > #define unaligned_store(storage, ptrf, mod) \ > if ((regptr = ptrf(p, reg)) == NULL) \ >- break; \ >- (storage) = mod (*regptr); \ >+ (storage) = 0; \ >+ else \ >+ (storage) = mod (*regptr); \ > if (copyout(&(storage), (caddr_t)va, sizeof (storage)) == 0) \ > signal = 0; \ > else \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25535
: 13399