Displaying 7 results from an estimated 7 matches for "path_r".
2019 Sep 03
0
[PATCH v2 09/27] drm/dp_mst: Refactor drm_dp_send_enum_path_resources
Use more pointers so we don't have to write out
txmsg->reply.u.path_resources each time. Also, fix line wrapping +
rearrange local variables.
Cc: Juston Li <juston.li at intel.com>
Cc: Imre Deak <imre.deak at intel.com>
Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
Cc: Harry Wentland <hwentlan at amd.com>
Reviewed-by: Daniel Vetter <...
2019 Aug 03
1
segmentation fault in fs_list_get_path
...crash, e.g. (slightly
anonymized)
Core was generated by `imap: [foo w.x.y.z EXAMINE]'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x0000000011593af4 in fs_list_get_path (_list=0x12444848,
name=0x12416880 "/home/foo/bar/baz", type=MAILBOX_LIST_PATH_TYPE_INDEX,
path_r=0x7fffffffe150) at mailbox-list-fs.c:79
79 *set->index_dir == '\0')
(gdb) bt
#0 0x0000000011593af4 in fs_list_get_path (_list=0x12444848,
name=0x12416880 "/home/foo/bar/baz", type=MAILBOX_LIST_PATH_TYPE_INDEX,
path_r=0x7fffffffe150) at mailbox-list-f...
2014 Apr 23
1
Segfault in dovecot-lda when resolver is unavailable
...71ae in imapc_list_get_hierarchy_sep (_list=<optimized
out>) at imapc-list.c:310
#9 0x000002b613065d9f in imapc_list_get_fs_name (list=0x1b23bd7b60,
name=0x0) at imapc-list.c:396
#10 0x000002b613066031 in imapc_list_get_path (_list=0x1b23bd7b60,
name=0x0, type=MAILBOX_LIST_PATH_TYPE_MAILBOX, path_r=0x395a4da9338) at
imapc-list.c:437
#11 0x000002b613089785 in mailbox_list_get_root_path (list=<optimized
out>, type=type at entry=MAILBOX_LIST_PATH_TYPE_MAILBOX,
path_r=path_r at entry=0x395a4da9338) at mailbox-list.c:1276
#12 0x000002b612ff8eb5 in quota_add_user_namespace (quota=0x1b23bc...
2013 Jun 26
2
Dovecot 2.2.4 - Fatal: master: service(imap): child 44562 killed with signal 11
...imapc_list_get_hierarchy_sep (_list=<optimized
out>) at imapc-list.c:196
#2 0x00000386567b8fff in imapc_list_get_fs_name (list=0xdba28f030,
name=0x0) at imapc-list.c:282
#3 0x00000386567b9291 in imapc_list_get_path (_list=<optimized out>,
name=0x0, type=MAILBOX_LIST_PATH_TYPE_MAILBOX, path_r=0x3f7bad9bcc8)
at imapc-list.c:323
#4 0x00000386567db675 in mailbox_list_get_root_path (list=<optimized
out>, type=<optimized out>, path_r=0x3f7bad9bcc8) at mailbox-list.c:1258
#5 0x0000038655c75d15 in quota_add_user_namespace (quota=0xdba288e80,
ns=0xdba28eee0) at quota.c:704
#6...
2004 Jul 20
3
Bug? 1.0.0-test28 NFS locking problems
...test28.orig/src/lib/file-dotlock.c
dovecot-1.0-test28/src/lib/file-dotlock.c---
dovecot-1.0-test28.orig/src/lib/file-dotlock.c 2004-06-28
18:28:01.000000000 +0100+++ dovecot-1.0-test28/src/lib/file-dotlock.c 2004-07-20 14:50:33.000000000 +0100
@@ -192,7 +192,7 @@
return -1;
}
- fd = open(*path_r, O_RDWR | O_EXCL | O_CREAT, 0666);
+ fd = open(*path_r, O_RDWR | O_CREAT, 0666);
if (fd != -1)
return fd;
diff -NaurbB
dovecot-1.0-test28.orig/src/lib-storage/index/maildir/maildir-util.c
dovecot-1.0-test28/src/lib-storage/index/maildir/maildir-util.c---
dovecot-1.0-test28.orig/src/lib-st...
2012 Oct 12
0
dsync ignores ssh-agent
...r_service_exec_config (service=0x809e7d0,
input=0xbffff7e4) at master-service-settings.c:103
#3 0xb7df29be in config_exec_fallback (service=0x809e7d0, input=0xbffff7e4)
at master-service-settings.c:153
#4 0xb7df2b65 in master_service_open_config (service=0x809e7d0,
input=0xbffff7e4, path_r=0xbffff780, error_r=0xbffff7d8)
at master-service-settings.c:206
#5 0xb7df3130 in master_service_settings_read (service=0x809e7d0,
input=0xbffff7e4, output_r=0xbffff7dc, error_r=0xbffff7d8)
at master-service-settings.c:345
#6 0x0805c672 in doveadm_read_settings () at doveadm.c:275
#7...
2019 Sep 03
50
[PATCH v2 00/27] DP MST Refactors + debugging tools + suspend/resume reprobing
...nto an actual selftest
drm/print: Add drm_err_printer()
drm/dp_mst: Combine redundant cases in drm_dp_encode_sideband_req()
drm/dp_mst: Add sideband down request tracing + selftests
drm/dp_mst: Remove PDT teardown in drm_dp_destroy_port() and refactor
drm/dp_mst: Refactor drm_dp_send_enum_path_resources
drm/dp_mst: Remove huge conditional in drm_dp_mst_handle_up_req()
drm/dp_mst: Constify guid in drm_dp_get_mst_branch_by_guid()
drm/dp_mst: Refactor drm_dp_mst_handle_up_req()
drm/dp_mst: Refactor drm_dp_mst_handle_down_rep()
drm/dp_mst: Destroy topology_mgr mutexes
drm/dp_mst: C...