aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
diff options
context:
space:
mode:
authorLi Zhou <li.zhou@windriver.com>2015-11-17 02:18:32 -0500
committerJoshua Lock <joshua.g.lock@intel.com>2016-02-29 15:05:16 +0000
commit16cf2f5386bc438dc20c4ae40de267618e9dc500 (patch)
treeba59c72a6586522d1fbee07fb6fc8c7b732403d4 /meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
parente479ec9e6cbd34f3a7a56a170aaabcc4229f1959 (diff)
downloadopenembedded-core-16cf2f5386bc438dc20c4ae40de267618e9dc500.tar.gz
rpcbind: Security Advisory - rpcbind - CVE-2015-7236
rpcbind: Fix memory corruption in PMAP_CALLIT code Use-after-free vulnerability in xprt_set_caller in rpcb_svc_com.c in rpcbind 0.2.1 and earlier allows remote attackers to cause a denial of service (daemon crash) via crafted packets, involving a PMAP_CALLIT code. The patch comes from <http://www.openwall.com/lists/oss-security/2015/09/18/7>, and it hasn't been in rpcbind upstream yet. (From OE-Core master rev: cc4f62f3627f3804907e8ff9c68d9321979df32b) (From OE-Core rev: 224bcc2ead676600bcd9e290ed23d9b2ed2f481e) Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Diffstat (limited to 'meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb')
0 files changed, 0 insertions, 0 deletions
stemd-multilib'>ChenQi/systemd-multilib OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bitbake
blob: eb9e14fae19bebf164325bea379de79c3b3bc7a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140