-
KernspinGuten Morgen / Bonjour / Доброе утро / Good morning.
-
igorkhello :)
-
gitomat[illumos-gate] 15064 vmm: unused variable 'iommu_initted' -- Toomas Soome <tsoome⊙mc>
-
yuripvshould the string passed to nvlist_add_string() stay intact? i.e. i have the following code: val = strdup(someval); fnvlist_add_string(nvl, "name", val); <- can/should i free() val now?
-
jclulowyuripv: It copies the string into the nvlist yeah
-
jclulowso you can free it
-
jclulowI think that's true of anything you pass into nvlist adds
-
yuripvthanks!
-
yuripvso that strdup() is not needed as well
-
danmcdYou should be able to pass "someval" right into fnvlist_add_string() as it'll do the strdup for you.
-
yuripvthanks guys (going over some old code and these strdup/nvlist_add_string/missing free got my attention)
-
gitomat[illumos-gate] 15044 SMB should return NT_STATUS_FS_DRIVER_REQUIRED for DFS ioctls when DFS is not supported -- Gordon Ross <gwr⊙rc>
-
gitomat[illumos-gate] 15045 SMB should implement FSCTL_DFS_GET_REFERRALS_EX -- Gordon Ross <gwr⊙rc>
-
gitomat[illumos-gate] 15046 libc: unused variable -- Toomas Soome <tsoome⊙mc>