OpenSolaris

Printable Version Enter a New Search
Bug ID 6807215
Synopsis ifconfig keels over if asked to configure a v4mapped address.
State 10-Fix Delivered (Fix available in build)
Category:Subcategory network:ifconfig
Keywords
Responsible Engineer Girish Moodalbail
Reported Against
Duplicate Of
Introduced In solaris_8
Commit to Fix snv_110
Fixed In snv_110
Release Fixed solaris_nevada(snv_110)
Related Bugs
Submit Date 18-February-2009
Last Update Date 11-March-2009
Description
# uname -a
SunOS cabearet 5.11 onnv-gate:2009-01-17 i86pc i386 i86pc

# ifconfig iprb0 addif ::ffff:1.2.3.4 up
Segmentation Fault(coredump)

# ifconfig e1000g1 ::ffff:192.168.17.3 up
Segmentation Fault (core dumped)

# mdb core
Loading modules: [ ld.so.1 ]
> $c
libnsl.so.1`__mappedtov4+0x169(8074858, 8047768, 8047708, c0159b4e)
libnsl.so.1`getipnodebyname+0x1c5(8047770, 2, 0, 8047768)
in_getaddr+0xe7(8047f3d, 8047ba0, 8047b9c, c03fc178)
addif+0x64(8047f3d, ffffff, 0, c0283fe7)
ifconfig+0x21b(3, 8047e84, 2, 0)
main+0x2a0(5, 8047e7c, 8047e94, c03fc7e4)
_start+0x7d(5, 8047f28, 8047f31, 8047f37, 8047f3d, 8047f4c)
> $q
Work Around
N/A
Comments
N/A